home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 November / PCWNOV07.iso / Software / Shareware / SyncBookmarks 1.02 / syncbookmarks.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-09-23  |  2.9 KB  |  55 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=SyncBookmarks
  4. AppVerName=SyncBookmarks 1.0
  5. AppId=SyncBookmarks
  6. AppPublisher=StellarFlare
  7. AppPublisherURL=www.stellarflare.com
  8. AppSupportURL=www.syncbookmarks.com/support
  9. AppUpdatesURL=www.syncbookmarks.com
  10. DefaultDirName={pf}\SyncBookmarks
  11. DefaultGroupName=SyncBookmarks
  12. UninstallDisplayIcon={app}\syncbookmarks.ico
  13. UninstallDisplayName=SyncBookmarks
  14. OutputBaseFilename=setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\syncbookmarks.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  22. Source: "{app}\syncbookmarks.ico"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  23. Source: "{app}\syncbookmarks.exe.manifest"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  24. Source: "{app}\history.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  25. Source: "{app}\license.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  26. Source: "{app}\order.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  27. Source: "{app}\readme.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  28. Source: "{app}\msvcp71.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  29. Source: "{app}\msvcr71.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  30. [Run]
  31. Filename: "{app}\readme.txt"; MinVersion: 0.0,5.0.2195; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  32. Filename: "{app}\syncbookmarks.exe"; Description: "Launch SyncBookmarks"; MinVersion: 0.0,5.0.2195; Flags: postinstall 
  33. [Icons]
  34. Name: "{group}\SyncBookmarks"; Filename: "{app}\syncbookmarks.exe"; IconFilename: "{app}\syncbookmarks.ico"; MinVersion: 0.0,5.0.2195; 
  35. Name: "{group}\Uninstall"; Filename: "{app}\{uninstallexe}"; MinVersion: 0.0,5.0.2195; 
  36. Name: "{userstartup}\SyncBookmarks"; Filename: "{app}\syncbookmarks.exe"; IconFilename: "{app}\syncbookmarks.ico"; Tasks: startup_icon; MinVersion: 0.0,5.0.2195; Flags: runminimized 
  37. Name: "{userdesktop}\SyncBookmarks"; Filename: "{app}\syncbookmarks.exe"; IconFilename: "{app}\syncbookmarks.ico"; MinVersion: 0.0,5.0.2195; 
  38. [Tasks]
  39. Name: "startup_icon"; Description: "Start SyncBookmarks when Windows starts"; MinVersion: 0.0,5.0.2195; 
  40. Name: "desktop_icon"; Description: "Place shortcut on desktop"; MinVersion: 0.0,5.0.2195; 
  41. [CustomMessages]
  42. default.NameAndVersion=%1 version %2
  43. default.AdditionalIcons=Additional icons:
  44. default.CreateDesktopIcon=Create a &desktop icon
  45. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  46. default.ProgramOnTheWeb=%1 on the Web
  47. default.UninstallProgram=Uninstall %1
  48. default.LaunchProgram=Launch %1
  49. default.AssocFileExtension=&Associate %1 with the %2 file extension
  50. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  51. [Languages]
  52. ; These files are stubs
  53. ; To achieve better results after recompilation, use the real language files
  54. Name: "default"; MessagesFile: "embedded\default.isl"; 
  55.